home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex Shoot / Virtual Sex Shoot.iso / mac / Virtual Sex Shoot / Virtual Sex Shoot.DXR / 00255_Close Object.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  190 b   |  11 lines

  1. global gVRSprite1, gVRSprite2
  2.  
  3. on mouseUp
  4.   CloseNavMovie()
  5.   set the ink of sprite gVRSprite1 to 0
  6.   updateStage()
  7.   set the ink of sprite gVRSprite1 to 1
  8.   updateStage()
  9.   go("Start")
  10. end
  11.